imcontextime: Remove unused variables
authorBenjamin Otte <otte@redhat.com>
Tue, 21 May 2019 05:17:31 +0000 (07:17 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 21 May 2019 05:23:30 +0000 (07:23 +0200)
gtk/gtkimcontextime.c

index e18795c89e4974b278cb38b76c42be7649c41b84..ab972c90e6a27f2cae9d935178748a0cbca2ad4b 100644 (file)
@@ -664,7 +664,6 @@ gtk_im_context_ime_focus_in (GtkIMContext *context)
 {
   GtkIMContextIME *context_ime = GTK_IM_CONTEXT_IME (context);
   GdkSurface *toplevel;
-  GtkWidget *widget = NULL;
   HWND hwnd;
   HIMC himc;
 
@@ -721,7 +720,6 @@ gtk_im_context_ime_focus_out (GtkIMContext *context)
 {
   GtkIMContextIME *context_ime = GTK_IM_CONTEXT_IME (context);
   GdkSurface *toplevel;
-  GtkWidget *widget = NULL;
   HWND hwnd;
   HIMC himc;